home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 December / Software of the Month Club 1996 December.iso / pc / dos / sri / edu / world / install.bat < prev    next >
Encoding:
DOS Batch File  |  1995-07-31  |  471 b   |  15 lines

  1. ECHO OFF
  2. cls
  3. if not exist install.doc goto oops
  4. type install.doc
  5. ECHO Note: You can print this information by entering the command:
  6. ECHO       PRINTDOC 
  7. ECHO then select the file INSTALL.DOC to print.
  8. ECHO  
  9. goto thatsall
  10. :oops
  11. ECHO ...................................................................
  12. ECHO Switch to the A: (or B:) drive before you enter the INSTALL command
  13. ECHO ...................................................................
  14. :thatsall
  15.